.shadetabs{
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 0px;
}

.shadetabs li a{
	text-decoration: none;
	color: #006699;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: white;
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.shadetabs li a:visited{
color: #006699;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #0066FF;
}

.shadetabs li.selected{
}

.shadetabs li.selected a{ /*selected main tab style */
	background-image: url(gambar/select.jpg);
	border-bottom-color: white;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right center;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid #92BDF2;
width: 510px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}
